diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/legal-review/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/legal-review/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/legal-review/page.tsx b/app/[lng]/evcp/(evcp)/legal-review/page.tsx index 63560db3..44150492 100644 --- a/app/[lng]/evcp/(evcp)/legal-review/page.tsx +++ b/app/[lng]/evcp/(evcp)/legal-review/page.tsx @@ -15,7 +15,7 @@ export const dynamic = "force-dynamic"; export const revalidate = 0; export const metadata: Metadata = { - title: "법무업무 관리", + title: "법무검토 관리", description: "법무 검토 요청 및 답변을 관리합니다.", }; @@ -39,7 +39,7 @@ export default async function LegalWorksPage({ searchParams }: LegalWorksPagePro {/* Header - EvaluationTargetsPage와 동일한 패턴 */} <div className="flex items-center justify-between space-y-2"> <div className="flex items-center gap-2"> - <h2 className="text-2xl font-bold tracking-tight">법무업무 관리</h2> + <h2 className="text-2xl font-bold tracking-tight">법무검토 관리</h2> <InformationButton pagePath="evcp/legal-review" /> {/* ✅ EvaluationTargetsPage와 동일하게 Badge 추가 */} <Badge variant="outline" className="text-sm"> |
